ESRI.ArcGIS.Mobile.Client
GetFirstExtensionOfType Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client Namespace > Generic ExtensionCollection Class : GetFirstExtensionOfType Method

type
Type of Extension to search for.
Finds the first Extension of a given type.

Syntax

Visual Basic (Declaration) 
Public Function GetFirstExtensionOfType( _
   ByVal type As Type _
) As T
C# 
public T GetFirstExtensionOfType( 
   Type type
)

Parameters

type
Type of Extension to search for.

Return Value

Instance of found Extension, null otherwise.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also